home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000073_news@columbia.edu_Mon Jan 2 17:57:52 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA06970
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 2 Jan 1995 13:10:10 -0500
  3. Received: by apakabar.cc.columbia.edu id AA20648
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 2 Jan 1995 13:10:09 -0500
  5. Path: news.columbia.edu!panix!news.mathworks.com!news2.near.net!howland.reston.ans.net!news.sprintlink.net!news.primenet.com!usenet
  6. From: jbishop@primenet.com (Jeff Bishop)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: APC on kermit for oS/2 help needed???
  9. Date: Mon, 02 Jan 1995 10:57:52 -0700
  10. Organization: primenet, Tucson, AZ
  11. Lines: 32
  12. Message-Id: <Ww32luqcZpaS075yn@primenet.com>
  13. Reply-To: jbishop@primenet.com
  14. Nntp-Posting-Host: usr1.primenet.com
  15. X-Newsreader: Yarn 0.75 with YES/286 v.0.12.B1225
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. I have been trying to get apc to work on ckermit 190 for OS/2. I am running
  19. ckermit 190 for os/2 using its network features, which are fantastic (thanks
  20. a lot for that). Here are the two unix scripts I use to try and do this:
  21.  
  22. echo '<ESC>_set file type binary, receive <ESC>\'
  23. $HOME/bin/kermit -y $HOME/bin/kermit.ini -i -s $1
  24.  
  25. and
  26.  
  27. echo '<ESC>_set file type text, receive <ESC>\'
  28. $HOME/bin/kermit -y $HOME/bin/kermit.ini -i -s $1
  29.  
  30. Now, the kermit.ini is like this:
  31.  
  32. set delay 1
  33. set window 4
  34. set block 3
  35. set receive packet-length 9024
  36. SET RECEIVE PATH OFF
  37. set send packet-length 9024
  38. set terminal apc on
  39. SET FILE COLL OVERWRITE
  40. SET FILE DISPLAY QUIET
  41.  
  42. OK, ckermit 190 for OS/2 is in VT220 mode with APC turned on. If I run the
  43. script for the first time it simply returns me to the ckermit> prompt. I
  44. then have to connect and control-c out of ckermit on the unix box. I can
  45. then re-run the script the exact same way, and it works <GRIN>. Now, why is
  46. this? Keep in mind, both kermits are 190 level. I compiled the unix one just
  47. recently from the source on kermit.columbia.edu.
  48.  
  49. Jeff